home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / scr210a.zip / EGABLANK.DOC < prev    next >
Text File  |  1993-01-23  |  2KB  |  35 lines

  1.                                  EGABLANK
  2.                            PC Magazine, 9/30/86
  3.  
  4. "EGABLANK"  is  a program described in the PC TUTOR section of the  9/30/86 
  5. issue  of  PC Magazine to be included in your autoexec.bat file (or  to  be 
  6. otherwise  invoked  on  demand,  if you'd prefer) to blank an  EGA  or  EGA 
  7. compatible screen after n minutes.   (Programs like SCRN.COM will NOT blank 
  8. an EGA screen).
  9.  
  10. The program was written to blank the screen after 7-1/2 minutes of keyboard 
  11. inactivity.   However,  it can be revised to increase or decrease the  wait 
  12. before  blanking  by revising the line  'MOV WO [010A],2000'  to  something 
  13. else.  "A value of 1 will blank the screen every 55 milliseconds.  Going up 
  14. to FFFF gives you about an hour before the lights go out."
  15.  
  16. "While it is really intended only for the monochrome display (these are the 
  17. ones susceptible to phosphor burn),  it will also work with a color display 
  18. attached to an EGA."
  19.  
  20. "EGABLANK will not work well with programs that entirely steal the keyboard 
  21. interrupt,  since it then has no way of knowing when keys have been struck.  
  22. If  you  have any of these programs,  you probably know about  this,  since 
  23. other resident programs won't work with them either."
  24.  
  25. I have an Amdek 722 EGA color monitor.   SCRN.COM will NOT blank my  screen 
  26. as it would with my standard IBM color monior.
  27.  
  28. I  keyed  in  and debugged the source code included in this  ARC  file  and 
  29. immediately invoked the resulting EGABLANK program.  IT WORKED, blanking my 
  30. screen after the promised 7-1/2 minutes of inactivity!
  31.  
  32. Ed Kanka
  33. 9/4/86
  34.  
  35.